From: Keir Fraser Date: Wed, 17 Jun 2009 06:23:40 +0000 (+0100) Subject: stubdom: update config example to reflect that the serial option can X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~13751 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=60c32a612fd667f5522211397bb28ec2836a2cd2;p=xen.git stubdom: update config example to reflect that the serial option can now be used. Signed-off-by: Stefano Stabellini --- diff --git a/tools/examples/xmexample.hvm-stubdom b/tools/examples/xmexample.hvm-stubdom index acc250eb22..5ca3904a99 100644 --- a/tools/examples/xmexample.hvm-stubdom +++ b/tools/examples/xmexample.hvm-stubdom @@ -178,9 +178,11 @@ stdvga=0 #----------------------------------------------------------------------------- # serial port re-direct to pty deivce, /dev/pts/n # then xm console or minicom can connect -# -# STUBDOM: always disable as the stub domain doesn't have access to dom0's -# ptys +# +# In the stubdoms case this option adds a secondary console to the +# stubdom because there is always one for logging. +# To connect to the guest serial you can use "xm console -n 1" +# followed by the domain name of the stubdom. #serial='pty'